delete line meaning in Chinese
删除行
删除一行
删行
Examples
- In this example , sed will delete lines 1 - 10 of the output
在本例中, sed将删除输出的第1到10行: - To delete lines or characters from a program during text editing
在文本编辑期间从程序中删除若干行或若干字符。 - To avoid comments , we d like sed to delete lines that start with a
为了避免注释,我们希望sed删除以#开始的行。 - Lines that have been edited or lines adjacent to deleted lines are marked
编辑过的行和与删除行邻近的行会被标记出来。 - First , let s remove the d - we re using the same delete line command that we ve used previously
首先,让我们除去d - -这是我们前面所使用的同一个删除行命令。